home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / modem / wsftp2.zip / WS_FTP.DEF < prev    next >
Text File  |  1993-12-05  |  466b  |  16 lines

  1. NAME            WS_FTP
  2. EXETYPE         WINDOWS
  3. STUB            'WINSTUB.EXE' 
  4. CODE            PRELOAD MOVEABLE 
  5. DATA            PRELOAD MOVEABLE MULTIPLE
  6. HEAPSIZE        10240
  7. STACKSIZE       20480
  8. EXPORTS         WndProc          @1
  9.                 DebugWndProc     @2
  10.                 WS_AboutMsgProc  @3
  11.                 WS_HostMsgProc   @4
  12.                 WS_InputMsgProc  @5
  13.                 WS_StatMsgProc   @6
  14.                 WS_GateMsgProc   @7
  15.  
  16.